Package version:

Interface CreateOrUpdateSkillsetOptions

Options for create/update skillset operation.

interface CreateOrUpdateSkillsetOptions {
    onlyIfUnchanged?: boolean;
}

Hierarchy (view full)

Properties

Properties

onlyIfUnchanged?: boolean

If set to true, Resource will be updated only if the etag matches.