public static interface Markdown.MarkdownPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |