Method: Fastly::ServiceInvitationData.fastly_types
- Defined in:
- lib/fastly/models/service_invitation_data.rb
.fastly_types ⇒ Object
Attribute type mapping.
37 38 39 40 41 42 43 |
# File 'lib/fastly/models/service_invitation_data.rb', line 37 def self.fastly_types { :'type' => :'TypeServiceInvitation', :'attributes' => :'ServiceInvitationDataAttributes', :'relationships' => :'ServiceInvitationDataRelationships' } end |