Class: Google::Apis::ContaineranalysisV1alpha1::GoogleDevtoolsContaineranalysisV1alpha1AliasContext

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

Overview

An alias to a repo revision.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleDevtoolsContaineranalysisV1alpha1AliasContext

Returns a new instance of GoogleDevtoolsContaineranalysisV1alpha1AliasContext.



1103
1104
1105
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 1103

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

Instance Attribute Details

#kindString

The alias kind. Corresponds to the JSON property kind

Returns:

  • (String)


1096
1097
1098
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 1096

def kind
  @kind
end

#nameString

The alias name. Corresponds to the JSON property name

Returns:

  • (String)


1101
1102
1103
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 1101

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1108
1109
1110
1111
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 1108

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