google_api_source_repo v0.2.0 GoogleApi.SourceRepo.V1.Model.MirrorConfig View Source

Configuration to automatically mirror a repository from another hosting service, for example GitHub or Bitbucket.

Attributes

  • deployKeyId (String.t): ID of the SSH deploy key at the other hosting service. Removing this key from the other service would deauthorize Google Cloud Source Repositories from mirroring. Defaults to: null.
  • url (String.t): URL of the main repository at the other hosting service. Defaults to: null.
  • webhookId (String.t): ID of the webhook listening to updates to trigger mirroring. Removing this webhook from the other hosting service will stop Google Cloud Source Repositories from receiving notifications, and thereby disabling mirroring. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.SourceRepo.V1.Model.MirrorConfig{
  deployKeyId: any(),
  url: any(),
  webhookId: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.