Name | Type | Description | Notes |
---|---|---|---|
GitRepository | ApplicationGitRepositoryRequest | ||
DockerfilePath | string | path of the dockerfile with root_path as base path |
func NewDockerfileCheckRequest(gitRepository ApplicationGitRepositoryRequest, dockerfilePath string, ) *DockerfileCheckRequest
NewDockerfileCheckRequest instantiates a new DockerfileCheckRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDockerfileCheckRequestWithDefaults() *DockerfileCheckRequest
NewDockerfileCheckRequestWithDefaults instantiates a new DockerfileCheckRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *DockerfileCheckRequest) GetGitRepository() ApplicationGitRepositoryRequest
GetGitRepository returns the GitRepository field if non-nil, zero value otherwise.
func (o *DockerfileCheckRequest) GetGitRepositoryOk() (*ApplicationGitRepositoryRequest, bool)
GetGitRepositoryOk returns a tuple with the GitRepository field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DockerfileCheckRequest) SetGitRepository(v ApplicationGitRepositoryRequest)
SetGitRepository sets GitRepository field to given value.
func (o *DockerfileCheckRequest) GetDockerfilePath() string
GetDockerfilePath returns the DockerfilePath field if non-nil, zero value otherwise.
func (o *DockerfileCheckRequest) GetDockerfilePathOk() (*string, bool)
GetDockerfilePathOk returns a tuple with the DockerfilePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DockerfileCheckRequest) SetDockerfilePath(v string)
SetDockerfilePath sets DockerfilePath field to given value.