lib/fastly/models/automation_token_response.rb in fastly-5.2.2 vs lib/fastly/models/automation_token_response.rb in fastly-5.3.0

- old
+ new

@@ -107,12 +107,12 @@ :'scope' => :'String', :'expires_at' => :'String', :'created_at' => :'String', :'deleted_at' => :'Time', :'updated_at' => :'Time', - :'id' => :'String', - :'customer_id' => :'String', + :'id' => :'ReadOnlyId', + :'customer_id' => :'ReadOnlyCustomerId', :'ip' => :'String', :'user_agent' => :'String', :'sudo_expires_at' => :'String', :'last_used_at' => :'Time' } @@ -121,11 +121,9 @@ # List of attributes with nullable: true def self.fastly_nullable Set.new([ :'deleted_at', :'updated_at', - :'id', - :'customer_id', ]) end # List of class defined in allOf (OpenAPI v3) def self.fastly_all_of