lib/purecloudplatformclientv2/models/phone_base.rb in purecloudplatformclientv2-17.0.0 vs lib/purecloudplatformclientv2/models/phone_base.rb in purecloudplatformclientv2-18.0.0

- old
+ new

@@ -22,27 +22,34 @@ attr_accessor :id # The name of the entity. attr_accessor :name + # The resource's description. attr_accessor :description + # The current version of the resource. attr_accessor :version - # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ + # The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ attr_accessor :date_created - # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ + # The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ attr_accessor :date_modified + # The ID of the user that last modified the resource. attr_accessor :modified_by + # The ID of the user that created the resource. attr_accessor :created_by + # Indicates if the resource is active, inactive, or deleted. attr_accessor :state + # The application that last modified the resource. attr_accessor :modified_by_app + # The application that created the resource. attr_accessor :created_by_app # A phone metabase is essentially a database for storing phone configuration settings, which simplifies the configuration process. attr_accessor :phone_meta_base