lib/fastly/models/billing_status.rb in fastly-6.0.0 vs lib/fastly/models/billing_status.rb in fastly-6.0.1

- old
+ new

@@ -14,10 +14,11 @@ module Fastly class BillingStatus # What the current status of this invoice can be. attr_accessor :status + # Date and time in ISO 8601 format. attr_accessor :sent_at class EnumAttributeValidator attr_reader :datatype attr_reader :allowable_values @@ -62,9 +63,10 @@ end # List of attributes with nullable: true def self.fastly_nullable Set.new([ + :'sent_at' ]) end # Initializes the object # @param [Hash] attributes Model attributes in the form of hash