Class: HighLevel::Models::Snapshots::CreateSnapshotShareLinkRequestDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Snapshots::CreateSnapshotShareLinkRequestDTO
- Defined in:
- lib/high_level/models/snapshots/create_snapshot_share_link_request_dto.rb
Instance Attribute Summary collapse
-
#relationship_number ⇒ Object
readonly
Returns the value of attribute relationship_number.
-
#share_location_id ⇒ Object
readonly
Returns the value of attribute share_location_id.
-
#share_type ⇒ Object
readonly
Returns the value of attribute share_type.
-
#snapshot_id ⇒ Object
readonly
Returns the value of attribute snapshot_id.
Instance Attribute Details
#relationship_number ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute 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_type ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute 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 |