google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.UpdateEmbeddedObjectPositionRequest View Source
Update an embedded object's position (such as a moving or resizing a chart or image).
Attributes
- fields (String.t): The fields of OverlayPosition that should be updated when setting a new position. Used only if newPosition.overlayPosition is set, in which case at least one field must be specified. The root `newPosition.overlayPosition` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. Defaults to:
null
. - newPosition (EmbeddedObjectPosition): An explicit position to move the embedded object to. If newPosition.sheetId is set, a new sheet with that ID will be created. If newPosition.newSheet is set to true, a new sheet will be created with an ID that will be chosen for you. Defaults to:
null
. - objectId (integer()): The ID of the object to moved. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.UpdateEmbeddedObjectPositionRequest{
fields: any(),
newPosition: GoogleApi.Sheets.V4.Model.EmbeddedObjectPosition.t(),
objectId: any()
}
t() :: %GoogleApi.Sheets.V4.Model.UpdateEmbeddedObjectPositionRequest{ fields: any(), newPosition: GoogleApi.Sheets.V4.Model.EmbeddedObjectPosition.t(), objectId: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.