generated/google/apis/cloudidentity_v1beta1/representations.rb in google-api-client-0.42.0 vs generated/google/apis/cloudidentity_v1beta1/representations.rb in google-api-client-0.42.1

- old
+ new

@@ -86,10 +86,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ExpiryDetail + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GetMembershipGraphResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -359,10 +365,17 @@ property :id, as: 'id' property :namespace, as: 'namespace' end end + class ExpiryDetail + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :expire_time, as: 'expireTime' + end + end + class GetMembershipGraphResponse # @private class Representation < Google::Apis::Core::JsonRepresentation collection :adjacency_list, as: 'adjacencyList', class: Google::Apis::CloudidentityV1beta1::MembershipAdjacencyList, decorator: Google::Apis::CloudidentityV1beta1::MembershipAdjacencyList::Representation @@ -491,9 +504,11 @@ end class MembershipRole # @private class Representation < Google::Apis::Core::JsonRepresentation + property :expiry_detail, as: 'expiryDetail', class: Google::Apis::CloudidentityV1beta1::ExpiryDetail, decorator: Google::Apis::CloudidentityV1beta1::ExpiryDetail::Representation + property :name, as: 'name' end end class ModifyMembershipRolesRequest