RepositoryAuthorSummary

class oci.devops.models.RepositoryAuthorSummary(**kwargs)

Bases: object

Object containing summary of authors in a repository.

Methods

__init__(**kwargs) Initializes a new RepositoryAuthorSummary object with values from keyword arguments.

Attributes

author_name [Required] Gets the author_name of this RepositoryAuthorSummary.
defined_tags Gets the defined_tags of this RepositoryAuthorSummary.
freeform_tags Gets the freeform_tags of this RepositoryAuthorSummary.
system_tags Gets the system_tags of this RepositoryAuthorSummary.
__init__(**kwargs)

Initializes a new RepositoryAuthorSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • author_name (str) – The value to assign to the author_name property of this RepositoryAuthorSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this RepositoryAuthorSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this RepositoryAuthorSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this RepositoryAuthorSummary.
author_name

[Required] Gets the author_name of this RepositoryAuthorSummary. Author name.

Returns:The author_name of this RepositoryAuthorSummary.
Return type:str
defined_tags

Gets the defined_tags of this RepositoryAuthorSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this RepositoryAuthorSummary.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this RepositoryAuthorSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this RepositoryAuthorSummary.
Return type:dict(str, str)
system_tags

Gets the system_tags of this RepositoryAuthorSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this RepositoryAuthorSummary.
Return type:dict(str, dict(str, object))