Class: Google::Apis::OsconfigV1alpha::ListOsPolicyAssignmentRevisionsResponse

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

Overview

A response message for listing all revisions for a OS policy assignment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListOsPolicyAssignmentRevisionsResponse

Returns a new instance of ListOsPolicyAssignmentRevisionsResponse.



971
972
973
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 971

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

Instance Attribute Details

#next_page_tokenString

The pagination token to retrieve the next page of OS policy assignment revisions. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


964
965
966
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 964

def next_page_token
  @next_page_token
end

#os_policy_assignmentsArray<Google::Apis::OsconfigV1alpha::OsPolicyAssignment>

The OS policy assignment revisions Corresponds to the JSON property osPolicyAssignments



969
970
971
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 969

def os_policy_assignments
  @os_policy_assignments
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



976
977
978
979
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 976

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @os_policy_assignments = args[:os_policy_assignments] if args.key?(:os_policy_assignments)
end