UpdateEmbeddedObjectPositionRequest class
Update an embedded object's position (such as a moving or resizing a chart or image).
Constructors
- UpdateEmbeddedObjectPositionRequest({String? fields, EmbeddedObjectPosition? newPosition, int? objectId})
- UpdateEmbeddedObjectPositionRequest.fromJson(Map json_)
Properties
- fields ↔ String?
- 
  The fields of OverlayPosition that should be updated when setting a new
position.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- newPosition ↔ EmbeddedObjectPosition?
- 
  An explicit position to move the embedded object to.
  getter/setter pair
- objectId ↔ int?
- 
  The ID of the object to moved.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited