generated/google/apis/admin_reports_v1/representations.rb in google-api-client-0.29.2 vs generated/google/apis/admin_reports_v1/representations.rb in google-api-client-0.30.0

- old
+ new

@@ -40,10 +40,22 @@ class Event class Representation < Google::Apis::Core::JsonRepresentation; end class Parameter class Representation < Google::Apis::Core::JsonRepresentation; end + + class MessageValue + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class MultiMessageValue + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end include Google::Apis::Core::JsonObjectSupport end include Google::Apis::Core::JsonObjectSupport @@ -62,10 +74,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class NestedParameter + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class UsageReport class Representation < Google::Apis::Core::JsonRepresentation; end class Entity class Representation < Google::Apis::Core::JsonRepresentation; end @@ -148,15 +166,35 @@ class Parameter # @private class Representation < Google::Apis::Core::JsonRepresentation property :bool_value, as: 'boolValue' property :int_value, :numeric_string => true, as: 'intValue' + property :message_value, as: 'messageValue', class: Google::Apis::AdminReportsV1::Activity::Event::Parameter::MessageValue, decorator: Google::Apis::AdminReportsV1::Activity::Event::Parameter::MessageValue::Representation + collection :multi_int_value, as: 'multiIntValue' + collection :multi_message_value, as: 'multiMessageValue', class: Google::Apis::AdminReportsV1::Activity::Event::Parameter::MultiMessageValue, decorator: Google::Apis::AdminReportsV1::Activity::Event::Parameter::MultiMessageValue::Representation + collection :multi_value, as: 'multiValue' property :name, as: 'name' property :value, as: 'value' end + + class MessageValue + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :parameter, as: 'parameter', class: Google::Apis::AdminReportsV1::NestedParameter, decorator: Google::Apis::AdminReportsV1::NestedParameter::Representation + + end + end + + class MultiMessageValue + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :parameter, as: 'parameter', class: Google::Apis::AdminReportsV1::NestedParameter, decorator: Google::Apis::AdminReportsV1::NestedParameter::Representation + + end + end end end class Id # @private @@ -181,9 +219,22 @@ property :payload, as: 'payload' property :resource_id, as: 'resourceId' property :resource_uri, as: 'resourceUri' property :token, as: 'token' property :type, as: 'type' + end + end + + class NestedParameter + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :bool_value, as: 'boolValue' + property :int_value, :numeric_string => true, as: 'intValue' + collection :multi_bool_value, as: 'multiBoolValue' + collection :multi_int_value, as: 'multiIntValue' + collection :multi_value, as: 'multiValue' + property :name, as: 'name' + property :value, as: 'value' end end class UsageReport # @private