Class: HighLevel::Models::Snapshots::CreateSnapshotShareLinkRequestDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/snapshots/create_snapshot_share_link_request_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#relationship_numberObject (readonly)

Returns the value of attribute relationship_number

Returns:

  • (Object)

    the current value of relationship_number



9
10
11
# File 'lib/high_level/models/snapshots/create_snapshot_share_link_request_dto.rb', line 9

def relationship_number
  @relationship_number
end

#share_location_idObject (readonly)

Returns the value of attribute share_location_id

Returns:

  • (Object)

    the current value of share_location_id



9
10
11
# File 'lib/high_level/models/snapshots/create_snapshot_share_link_request_dto.rb', line 9

def share_location_id
  @share_location_id
end

#share_typeObject (readonly)

Returns the value of attribute share_type

Returns:

  • (Object)

    the current value of share_type



9
10
11
# File 'lib/high_level/models/snapshots/create_snapshot_share_link_request_dto.rb', line 9

def share_type
  @share_type
end

#snapshot_idObject (readonly)

Returns the value of attribute snapshot_id

Returns:

  • (Object)

    the current value of snapshot_id



9
10
11
# File 'lib/high_level/models/snapshots/create_snapshot_share_link_request_dto.rb', line 9

def snapshot_id
  @snapshot_id
end