google_api_slides v0.4.0 GoogleApi.Slides.V1.Model.CreateLineRequest View Source
Creates a line.
Attributes
category (String.t): The category of the line to be created. The exact line type created is determined based on the category and how it's routed to connect to other page elements. If you specify both a `category` and a `line_category`, the `category` takes precedence. If you do not specify a value for `category`, but specify a value for `line_category`, then the specified `line_category` value is used. If you do not specify either, then STRAIGHT is used. Defaults to:
null
.- Enum - one of [LINE_CATEGORY_UNSPECIFIED, STRAIGHT, BENT, CURVED]
- elementProperties (PageElementProperties): The element properties for the line. Defaults to:
null
. lineCategory (String.t): The category of the line to be created. <b>Deprecated</b>: use `category` instead. The exact line type created is determined based on the category and how it's routed to connect to other page elements. If you specify both a `category` and a `line_category`, the `category` takes precedence. Defaults to:
null
.- Enum - one of [STRAIGHT, BENT, CURVED]
- objectId (String.t): A user-supplied object ID. If you specify an ID, it must be unique among all pages and page elements in the presentation. The ID must start with an alphanumeric character or an underscore (matches regex `[a-zA-Z0-9]`); remaining characters may include those as well as a hyphen or colon (matches regex `[a-zA-Z0-9-:]`). The length of the ID must not be less than 5 or greater than 50. If you don't specify an ID, a unique one is generated. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.CreateLineRequest{
category: any(),
elementProperties: GoogleApi.Slides.V1.Model.PageElementProperties.t(),
lineCategory: any(),
objectId: any()
}
t() :: %GoogleApi.Slides.V1.Model.CreateLineRequest{ category: any(), elementProperties: GoogleApi.Slides.V1.Model.PageElementProperties.t(), lineCategory: any(), objectId: any() }
Link to this section Functions
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.