Interface Markdown.MarkdownPropertiesOrBuilder (0.31.0)

public static interface Markdown.MarkdownPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackgroundColor()

public abstract String getBackgroundColor()

Optional. Background color of the markdown.

string background_color = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The backgroundColor.

getBackgroundColorBytes()

public abstract ByteString getBackgroundColorBytes()

Optional. Background color of the markdown.

string background_color = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for backgroundColor.