lib/fastly/models/service_invitation_data.rb in fastly-4.0.0.alpha4 vs lib/fastly/models/service_invitation_data.rb in fastly-4.0.0

- old
+ new

@@ -15,11 +15,10 @@ class ServiceInvitationData attr_accessor :type attr_accessor :attributes - # Service the accepting user will have access to. attr_accessor :relationships # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map { @@ -37,17 +36,16 @@ # Attribute type mapping. def self.fastly_types { :'type' => :'TypeServiceInvitation', :'attributes' => :'ServiceInvitationDataAttributes', - :'relationships' => :'RelationshipService' + :'relationships' => :'ServiceInvitationDataRelationships' } end # List of attributes with nullable: true def self.fastly_nullable Set.new([ - :'relationships' ]) end # Initializes the object # @param [Hash] attributes Model attributes in the form of hash