Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/chromemanagement_v1/classes.rb,
lib/google/apis/chromemanagement_v1/representations.rb,
lib/google/apis/chromemanagement_v1/representations.rb

Overview

Information of the policies applied on an extension.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData

Returns a new instance of GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData.



6074
6075
6076
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6074

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#extension_idString

Output only. ID of the extension. Corresponds to the JSON property extensionId

Returns:

  • (String)


6062
6063
6064
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6062

def extension_id
  @extension_id
end

#extension_nameString

Output only. Name of the extension. Corresponds to the JSON property extensionName

Returns:

  • (String)


6067
6068
6069
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6067

def extension_name
  @extension_name
end

#policy_dataArray<Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataPolicyData>

Output only. Information of the policies applied on the extension. Corresponds to the JSON property policyData



6072
6073
6074
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6072

def policy_data
  @policy_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6079
6080
6081
6082
6083
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6079

def update!(**args)
  @extension_id = args[:extension_id] if args.key?(:extension_id)
  @extension_name = args[:extension_name] if args.key?(:extension_name)
  @policy_data = args[:policy_data] if args.key?(:policy_data)
end