Class FetchInventoryRequest (1.3.1)

FetchInventoryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for fetchInventory.

Attributes

NameDescription
source str
Required. The name of the Source.
force_refresh bool
If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.

Inheritance

builtins.object > proto.message.Message > FetchInventoryRequest