$OSPolicyResourceRepositoryResourceYumRepository class
Used by:
- osconfig:v1 : OSPolicyResourceRepositoryResourceYumRepository
- osconfig:v2 : OSPolicyResourceRepositoryResourceYumRepository
Constructors
- 
          $OSPolicyResourceRepositoryResourceYumRepository({String? baseUrl, String? displayName, List<String> ? gpgKeys, String? id})
- $OSPolicyResourceRepositoryResourceYumRepository.fromJson(Map json_)
Properties
- baseUrl ↔ String?
- 
  The location of the repository directory.
  getter/setter pair
- displayName ↔ String?
- 
  The display name of the repository.
  getter/setter pair
- 
  gpgKeys
  ↔ List<String> ?
- 
  URIs of GPG keys.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id ↔ String?
- 
  A one word, unique name for this repository.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited