INPUT_OBJECT
UpdateLeadOpptySharingSalesUnitRelationInput
link GraphQL Schema definition
- input UpdateLeadOpptySharingSalesUnitRelationInput {
 - : String
 - #   Unique identifier of entity.
 - : ID!
 - #   Last modification time.
 - : DateTime
 - #   Creation time.
 - : DateTime
 - #       Relation to single abstract entity instance.
 - #     
 - #   E.g. Relation to Lead/Oppty
 - #     
 - : ID
 - #   Field whose values are strictly defined with an enumeration of values.
 - : SharingRoleEnum
 - #   Relation to single entity instance.
 - : ID
 - #   Revision when entity was lastly changed.
 - : Int
 - }